home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / phant78s.zip / CHANGES next >
Text File  |  1992-05-06  |  3KB  |  81 lines

  1.  5/06/92  7.8
  2.  
  3.   - It appears that the system was placing a double backslash (\\) in the
  4.     variable used to get the executable path.  This variable was used to find
  5.     the configuration file.  It has been there for a long time, but a system
  6.     was having problems with it so I fixed it.
  7.  
  8.  
  9.  5/02/92  7.7
  10.  
  11.   - Made changes to opening screens for copyright reasons.  No code change in
  12.     this release.
  13.  
  14.  
  15.  3/02/92  7.6
  16.  
  17.   - Found to cause of the hangs and fixed it.  PLAYERS files still need to be
  18.     removed before running this new version.
  19.  
  20.  
  21.  2/24/92  7.5
  22.  
  23.   - Added WWIV support for CHAIN.TXT.
  24.  
  25.   - Traced the source of some hangs at startup to a bad PLAYERS file.  If you
  26.     are having problems with the door locking up, delete this file and try
  27.     running the door again.
  28.  
  29.  
  30.  2/18/92  7.4  Not publicly release
  31.  
  32.   - Fixed a problem where if a user dropped carrier right after being killed,
  33.     they would not be dead when they started back up.
  34.  
  35.   - Fixed a problem with Novell Networks not being able to open some files.
  36.  
  37.   - Removed the creation of the PHANTLOC files.
  38.  
  39.  
  40.  1/18/92  7.3
  41.  
  42.   - There have been some reports of DIVIDE ERROR when fighting monsters.  I
  43.     have gone through the code and cannot find anything obvious.  I have made
  44.     a couple changes in the only places where a divide by zero could occur.
  45.     If you see the problems, please let me know.
  46.  
  47.   - Fixed a problem when running with Lantastic.  If a second node got into
  48.     the game, a share violation was returned.
  49.  
  50.  
  51. 12/17/91  7.2
  52.  
  53.   - There was some problems with file sharing violations.  This version fixes
  54.     all the ones that could be reproduced and verified.  This should fix all
  55.     share violations that have occured.
  56.  
  57.   - Fixed a bug when fighting the Dark Lord, no magic should have been able
  58.     to work against him.
  59.  
  60.  
  61. 11/16/91  7.1
  62.  
  63.   - In an attempt to fix a problem where a random character of garbage data
  64.     was being created, all writes to the character file are now routed
  65.     through one routine.  The routine checks for the correct size of the 
  66.     write and terminates the game if the size is incorrect.  Please let me
  67.     know if you ever get this error.
  68.  
  69.   - Wasn't closing the config file after reading it.  Since this file wasn't
  70.     opened in share mode, could cause share violations if others tried to
  71.     open it.  This was also the reason for the error (Could not open config)
  72.     that was happening when a player exited the game.
  73.  
  74.   - Fix some file checking that was reporting errors to PHANTERR when all
  75.     that was wrong was the file had not be created yet, but would be.
  76.  
  77.   - Fixed a bug that would not allow you to go into wizard mode if you had
  78.     players restricted to one character.
  79.  
  80.  
  81.